Spread Windows Forms 10.0 Product Documentation
NamedObjectCollection<T> Class
Members 


Represents the strongly typed collection of INamedObject objects. Provides methods and properties to search and access items using the INamedObject.Name property of the INamedObject object.
Object Model
NamedObjectCollection<T> Class
Syntax
'Declaration
 
Public Class NamedObjectCollection(Of T As INamedObject) 
   Inherits CollectionBase(Of T)
'Usage
 
Dim instance As NamedObjectCollection(Of T)
public class NamedObjectCollection<T> : CollectionBase<T> 
where T: INamedObject
Type Parameters
T
Inheritance Hierarchy

System.Object
   System.Collections.CollectionBase
      GrapeCity.Win.Spread.InputMan.CellType.CollectionBase<T>
         GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection<T>
            GrapeCity.Win.Spread.InputMan.CellType.DateTimeDisplayFieldCollectionInfo
            GrapeCity.Win.Spread.InputMan.CellType.DateTimeFieldCollectionInfo
            GrapeCity.Win.Spread.InputMan.CellType.Fields.DisplayFieldCollection<T>
            GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldCollection<T>
            GrapeCity.Win.Spread.InputMan.CellType.MaskFieldCollectionInfo
            GrapeCity.Win.Spread.InputMan.CellType.NumberDisplayFieldCollectionInfo
            GrapeCity.Win.Spread.InputMan.CellType.SideButtonCollectionInfo
            GrapeCity.Win.Spread.InputMan.CellType.TimeSpanDisplayFieldCollectionInfo
            GrapeCity.Win.Spread.InputMan.CellType.TimeSpanFieldCollectionInfo

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

NamedObjectCollection<T> Members
GrapeCity.Win.Spread.InputMan.CellType Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.